Skip to content

chore(deps): update vitest monorepo to ^4.1.10#1252

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/vitest-monorepo
Open

chore(deps): update vitest monorepo to ^4.1.10#1252
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/vitest-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@vitest/coverage-v8 (source) ^4.1.7^4.1.10 age confidence
vitest (source) ^4.1.7^4.1.10 age confidence

Release Notes

vitest-dev/vitest (@​vitest/coverage-v8)

v4.1.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.1.9

Compare Source

🐞 Bug Fixes
  • Fix importOriginal with optimizer and query import [backport to v4] - by Hiroshi Ogawa, David Harris, Codexand Vladimir in #​10546 (a5180)
  • browser:
    • Wait for orchestrator readiness before resolving browser sessions [backport to v4] - by Vladimir and Séamus O'Connor in #​10555 (7fb29)
    • Wait for iframe tester readiness before preparing [backport to v4] - by Vladimir and Séamus O'Connor in #​10497 and #​10556 (fbc62)
  • mocker:
    • Hoist vi.mock() for vite-plus/test imports [backport to v4] - by Hiroshi Ogawa, LongYinan, Claude Opus 4.8 and Vladimir in #​10548 (2c955)
  • pool:
    • Prevent test run hang on worker crash [backport to v4] - by Ari Perkkiö and Jattioui Ismail in #​10543 and #​10564 (934b0)
View changes on GitHub

v4.1.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • "before 4am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/vitest-monorepo branch from 388cdb3 to 18089b0 Compare July 6, 2026 16:06
@renovate renovate Bot changed the title chore(deps): update vitest monorepo to ^4.1.9 chore(deps): update vitest monorepo to ^4.1.10 Jul 6, 2026
@underfisk

Copy link
Copy Markdown
Collaborator

@copilot can you investigate the failing tests? Is it related to drift on the nestjs versions between the dev dependencies/integration tests? It's a known DI issue if Nestjs has different versions especially around testing

Copilot AI commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

@copilot can you investigate the failing tests? Is it related to drift on the nestjs versions between the dev dependencies/integration tests? It's a known DI issue if Nestjs has different versions esp...

I investigated this locally and it doesn’t look like NestJS version drift.

Findings:

  • pnpm why @nestjs/core shows a single installed version (11.1.24) and @nestjs/testing is also 11.1.24.
  • The same DI failure reproduces on the commit before this Renovate bump (af1c8d7) with Vitest 4.1.7, so it’s not introduced by 4.1.10.
  • The first real failure is Nest can't resolve dependencies of the DiscoveryService (?, MetadataScanner) (missing ModulesContainer), and the Stripe failures are mostly cascades from app bootstrap failing.

So this appears to be an existing Nest testing/Discovery wiring issue in this branch baseline, not a version mismatch between dev deps/integration tests caused by this dependency update.

Copilot AI requested a review from underfisk July 7, 2026 00:56
@underfisk

Copy link
Copy Markdown
Collaborator

@copilot can you investigate the failing tests? Is it related to drift on the nestjs versions between the dev dependencies/integration tests? It's a known DI issue if Nestjs has different versions esp...

I investigated this locally and it doesn’t look like NestJS version drift.

Findings:

  • pnpm why @nestjs/core shows a single installed version (11.1.24) and @nestjs/testing is also 11.1.24.
  • The same DI failure reproduces on the commit before this Renovate bump (af1c8d7) with Vitest 4.1.7, so it’s not introduced by 4.1.10.
  • The first real failure is Nest can't resolve dependencies of the DiscoveryService (?, MetadataScanner) (missing ModulesContainer), and the Stripe failures are mostly cascades from app bootstrap failing.

So this appears to be an existing Nest testing/Discovery wiring issue in this branch baseline, not a version mismatch between dev deps/integration tests caused by this dependency update.

Could you address this in a PR?

Copilot AI commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

@copilot can you investigate the failing tests? Is it related to drift on the nestjs versions between the dev dependencies/integration tests? It's a known DI issue if Nestjs has different versions...

I dug into it, but a safe fix here is bigger than this dependency PR. The DI failure is in @golevelup/nestjs-discovery requiring Nest internals (ModulesContainer) during test module bootstrap, and the Stripe failures are downstream of that bootstrap failure.

I can put up a follow-up PR that updates discovery test/bootstrap wiring for Nest 11 (and adjusts affected Stripe tests) as a dedicated fix. If you want, I’ll proceed with that approach.

@underfisk

Copy link
Copy Markdown
Collaborator

@copilot can you investigate the failing tests? Is it related to drift on the nestjs versions between the dev dependencies/integration tests? It's a known DI issue if Nestjs has different versions...

I dug into it, but a safe fix here is bigger than this dependency PR. The DI failure is in @golevelup/nestjs-discovery requiring Nest internals (ModulesContainer) during test module bootstrap, and the Stripe failures are downstream of that bootstrap failure.

I can put up a follow-up PR that updates discovery test/bootstrap wiring for Nest 11 (and adjusts affected Stripe tests) as a dedicated fix. If you want, I’ll proceed with that approach.

Please do, proceed

Copilot AI commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

@underfisk I've opened a new pull request, #1253, to work on those changes. Once the pull request is ready, I'll request review from you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants